﻿

        a {  text-decoration:none; color:rgb(12,17,246) } 
     	a:hover {color:rgb(249,9,26)} 
         
          p.double { line-height: 2.0; }  


 

#wrapper {
	width: 1000px;
	padding: 5;
                line-height: 2.0;
	position: relative;
	float: none;
	margin: 0 auto;
	background-color: #FFFFFF;
	display: table;
}

#wrapper .content {
	width:650px;
	position: relative;
	float: left;
	margin: 0;
	padding: 5;
                line-height: 2.0;
	background: #ffffff;
}

#wrapper .advertise {
        width:300px;
        top: 0;
        position: sticky;
	float: left;
	margin: 0;
                line-height: 2.0;
	padding: 5;
	background: #ffffff;
}


#advertise {
        width:300px;
        top: 0;
        position: sticky;
	float: left;
	margin: 0;
                line-height: 2.0;
	padding: 5;
	background: #ffffff;
}



#mobile-wrapper {
	width: 650px;
	padding: 5;
                line-height: 2.0;
	position: relative;
	float: none;
	margin: 0 auto;
	background-color: #FFFFFF;
	display: table;
}

#mobile-wrapper .mobile-content {
	width:480px;
	position: relative;
	float: left;
	margin: 0;
	padding: 5;
                line-height: 2.0;
	background: #ffffff;
}


#mobile-wrapper .mobile-advertise {
        width:160px;
        top: 0;
        position: sticky;
	float: left;
	margin: 0;
                line-height: 2.0;
	padding: 0;
	background: #ffffff;
}


#mobile-advertise {
        width:160px;
        top: 0;
        position: sticky;
	float: left;
	margin: 0;
                line-height: 2.0;
	padding: 0;
	background: #ffffff;
}

